home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 33
/
Aminet 33 - October 1999.iso
/
Aminet
/
comm
/
misc
/
DigiCam.lha
/
src
/
debughelp.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
MacRoman (detected)
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1999-07-15
|
168 b
|
9 lines
/* debughelp.h (c) 1999 by Volker Remuß, remuss@cs.tu-berlin.de */
#ifndef DEBUGHELP_H
#define DEBUGHELP_H
extern void hexdump (unsigned char *buf, int cnt);
#endif